home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / PGP 2.6 / rsaref Toolkit / source / targets.mak < prev   
Text File  |  1992-02-29  |  2KB  |  51 lines

  1. # Dependencies for the TIPEM library
  2. # Use a tab before the $(CC) command for portability (UNIX)
  3. # Put O=obj or O=o as needed in the makefile
  4. # Use $(O) instead of $O for portability (VMS)
  5. # Put a space before and after colon ":" for portability (VMS)
  6.  
  7. desc.$(O) : $(SRCDIR)desc.c global.h $(SRCDIR)rsaref.h $(SRCDIR)des.h
  8.     $(CC) $(CFLAGS) $(SRCDIR)desc.c
  9.  
  10. digit.$(O) : $(SRCDIR)digit.c global.h $(SRCDIR)rsaref.h $(SRCDIR)nn.h\
  11.   $(SRCDIR)digit.h
  12.     $(CC) $(CFLAGS) $(SRCDIR)digit.c
  13.  
  14. md2c.$(O) : $(SRCDIR)md2c.c global.h $(SRCDIR)md2.h
  15.     $(CC) $(CFLAGS) $(SRCDIR)md2c.c
  16.  
  17. md5c.$(O) : $(SRCDIR)md5c.c global.h $(SRCDIR)md5.h
  18.     $(CC) $(CFLAGS) $(SRCDIR)md5c.c
  19.  
  20. nn.$(O) : $(SRCDIR)nn.c global.h $(SRCDIR)rsaref.h $(SRCDIR)nn.h\
  21.   $(SRCDIR)digit.h
  22.     $(CC) $(CFLAGS) $(SRCDIR)nn.c
  23.  
  24. prime.$(O) : $(SRCDIR)prime.c global.h $(SRCDIR)rsaref.h $(SRCDIR)nn.h\
  25.   $(SRCDIR)prime.h
  26.     $(CC) $(CFLAGS) $(SRCDIR)prime.c
  27.  
  28. rsa.$(O) : $(SRCDIR)rsa.c global.h $(SRCDIR)rsaref.h $(SRCDIR)r_random.h\
  29.   $(SRCDIR)rsa.h $(SRCDIR)nn.h
  30.     $(CC) $(CFLAGS) $(SRCDIR)rsa.c
  31.  
  32. r_encode.$(O) : $(SRCDIR)r_encode.c global.h $(SRCDIR)rsaref.h\
  33.   $(SRCDIR)r_encode.h
  34.     $(CC) $(CFLAGS) $(SRCDIR)r_encode.c
  35.  
  36. r_enhanc.$(O) : $(SRCDIR)r_enhanc.c global.h $(SRCDIR)rsaref.h\
  37.   $(SRCDIR)r_encode.h $(SRCDIR)r_random.h $(SRCDIR)rsa.h $(SRCDIR)md2.h\
  38.   $(SRCDIR)md5.h $(SRCDIR)des.h
  39.     $(CC) $(CFLAGS) $(SRCDIR)r_enhanc.c
  40.  
  41. r_keygen.$(O) : $(SRCDIR)r_keygen.c global.h $(SRCDIR)rsaref.h\
  42.   $(SRCDIR)r_random.h $(SRCDIR)nn.h
  43.     $(CC) $(CFLAGS) $(SRCDIR)r_keygen.c
  44.  
  45. r_random.$(O) : $(SRCDIR)r_random.c global.h $(SRCDIR)rsaref.h\
  46.   $(SRCDIR)r_random.h $(SRCDIR)md5.h
  47.     $(CC) $(CFLAGS) $(SRCDIR)r_random.c
  48.  
  49. r_stdlib.$(O) : $(SRCDIR)r_stdlib.c global.h $(SRCDIR)rsaref.h
  50.     $(CC) $(CFLAGS) $(SRCDIR)r_stdlib.c
  51.